home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Development / Source / RandomSound Source / vRandomSound.cc < prev   
Encoding:
C/C++ Source or Header  |  1993-08-12  |  283 b   |  15 lines  |  [TEXT/KAHL]

  1. /*
  2.  ************************************************************************
  3.  *                     Verify the random palying of a sound
  4.  */
  5.  
  6. extern void play_random_sound(void);
  7.  
  8. void main()
  9. {
  10.     Initialize_MAC();
  11. //    message("Sounds will be played");
  12.     play_random_sound();
  13. //    play_random_sound();
  14. }
  15.